PushNodeByPathToFrontendRequest

data class PushNodeByPathToFrontendRequest(path: String)

Represents request frame that can be used with DOM#pushNodeByPathToFrontend operation call.

Requests that the node is sent to the caller given its path. // FIXME, use XPath

See also

Constructors

PushNodeByPathToFrontendRequest
Link copied to clipboard
fun PushNodeByPathToFrontendRequest(path: String)

Properties

path
Link copied to clipboard
val path: String
Path to node in the proprietary format.

Sources

jvm source
Link copied to clipboard